home *** CD-ROM | disk | FTP | other *** search
/ Trading on the Edge / Trading On The Edge - CD-ROM Toolkit (Wayzata Technology)(2031)(1994).bin / pc / mac_file / vendor_d / rommaker / sample_s.cri < prev    next >
Text File  |  1993-08-26  |  2KB  |  39 lines

  1. ; The Script system is a powerful yet easy way to collect all the data you
  2. ; wish to put on the CD-ROM. It allows you to simply copy large sections of a 
  3. ; hard disk or select just a few files.  The general syntax is of the form:
  4. ;
  5. ;    "SOURCE NAME"  "CD-ROM NAME"   [OPTIONAL ACTION FLAGS];
  6. ;
  7. ; Note the use of the " character to enclose both the source and destination 
  8. ; name. The optional flags all start with the  - character followed by a lower
  9. ; case letter that defines some action.  For example.
  10. ;
  11. ;       "Procom Drive:RomMaker Demo:"    ":" -f
  12. ;
  13. ; The above script is all you need to copy the whole of your hard disk. 
  14. ; The -f option  copies the whole folder tree. For more details on the script
  15. ; system, select the Help [?] button inside the RomMaker editor. Other
  16. ; examples of options are:
  17. ;
  18. ;     "Procom Drive:RomMaker Demo:Password"   ":Password" -oh
  19. ;
  20. ; This script hides the file Password.
  21. ;
  22. ;
  23. ;     "Procom Drive:RomMaker Demo:Folder to Copy"  ":CDROM Folder" -f
  24. ;
  25. ; This script copies the entire folder tree and renames the folder on the
  26. ; CDROM.
  27. ;
  28. ;
  29. ; The semi-colon character ; in the front of a line is used to comment the
  30. ; line. These lines are ignored by the RomMaker.  Script Lines without the
  31. ; semi-colon are considered active and processed by the RomMaker. e.g The
  32. ; lines below will be processed since they do not have a semi-colon as the
  33. ; first character of the line.
  34.  
  35.  
  36. "Procom Drive:RomMaker Demo:TestData" ":" -f
  37. "Procom Drive:RomMaker Demo:" ":Demo On CD" 
  38. "Procom Drive:RomMaker Demo:RomMaker Help" ":RomMaker Help"
  39.